برای حذف رنگ هایلایت آبی هنگام هاور در موبایل، از کد زیر استفاده کنید

/*حذف هایلایت آبی هنگام لمس*/
.sigmaweb-modal-logout-btns{
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}